export interface Options { field: string; dimension: string; groupBy?: string[]; as?: string; }