interface PaginationInfoimport { type PaginationInfo } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/paginate.ts"; Pagination info Propertiespage: numberThe current page number totalPages: numberThe total number of pages totalResults: numberThe total number of elements previous: string | nullThe url of the previous page next: string | nullThe url of the next page