interface PaginationInfoimport { type PaginationInfo } from "https://deno.land/x/lume@v1.18.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