import { type PaginateOptions } from "https://deno.land/x/lume@v1.18.2/plugins/paginate.ts";
The options for the paginate helper
Properties
optional
each: (data: PaginateResult<unknown>, page: number) => voidFunction to modify or add extra data to each page