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