FacetType: {
    count?: FacetCountType[];
    field: string;
    name?: string;
    range?: FacetRangeType[];
}

Type declaration