Represents the general facet fields in the search response.

interface SearchResponseFacetCountsFacetFieldsGeneral {
    count: number;
    name: string;
}

Properties

Properties

count: number
name: string