Category facet fields in the search response.

interface SearchResponseFacetCountsFacetFieldsCategory {
    cat_id?: string;
    cat_name?: string;
    count?: number;
    crumb?: string;
    parent?: string;
    tree_path?: string;
}

Properties

cat_id?: string
cat_name?: string
count?: number
crumb?: string
parent?: string
tree_path?: string