type Aggregate = number;

export interface Aggregation { [fieldValue: string]: Aggregate };
