export interface PaginatedResponse { total: number; data: T; }