export interface PaginatedResponse { items: Array; total: number; }