export interface IGroupResult { value: any; count: number; items: Array; }