interface PaginateOptionsimport { type PaginateOptions } from "https://deno.land/x/lume@v1.19.0/plugins/paginate.ts"; The options for the paginate helper Propertiessize: numberThe number of elements per page url: (page: number) => stringThe function to generate the url of the pages optionaleach: (data: PaginateResult<unknown>, page: number) => voidFunction to modify or add extra data to each page