interface PaginateResultimport { type PaginateResult } from "https://deno.land/x/lume@v1.19.0/plugins/paginate.ts"; The paginate result Type ParametersTIndex Signatures[key: string]: unknownPropertiesurl: stringThe page url results: T[]The elements in this page pagination: PaginationInfoThe pagination info