export interface PaginationOptions { limit?: number; before?: string; after?: string; order?: 'asc' | 'desc'; }