export interface IAggregation { attributes: { buckets: { [key: string]: number; }; }; id: string; type: string; }