export interface PaginationPage { next_key: string | null; total: string | null; }