Pagination
import type { Pagination } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type Pagination = {
[key: string]: any;
nextPage: number | null;
lastPage: number;
total: number;
};import type { Pagination } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";