export interface DataApiAggregateResponse { first?: string; last?: string; min?: string; max?: string; count?: number; sum?: string; avg?: string; }