method Search.prototype.previousPageimport { Search } from "https://deno.land/x/lume@v1.18.5/plugins/search.ts"; previousPage(url: string,query?: Query,sort?: Query,)Return the previous page of a search Parametersurl: stringoptionalquery: Queryoptionalsort: Query