Type Alias FacetHit

FacetHit: {
    count: number;
    value: string;
}