export interface FacetElement {
    FacetValue?: string;
    FacetLabel?: string;
    FacetCount?: number;
}
