export interface FacetCount {
  value: string;
  count: number;
  label?: string;
}
