type alias Paginationimport { type Pagination } from "https://dotland.deno.dev/x/fluentci@v0.16.4/src/server/kv.ts"; definition: { limit?: number; cursor?: string; reverse?: boolean; }