Result of a count facet.

interface ProductSearchFacetResultCount {
    name: string;
    value: number;
}

Hierarchy (View Summary)

Properties

Properties

name: string

Name of the facet.

value: number

Number of Products (or Product Variants) matching the query.