interface FilteredFacetResult {
    count: number;
    productCount?: number;
    type: "filter";
}

Hierarchy (View Summary, Expand)

Properties

count: number

Number of ProductVariants matching the value specified in filtered facet expression.

productCount?: number

Number of Products matching the value specified in filtered facet expression.

Present only if the `counting products` [extension](/projects/product-projection-search#counting-products) is enabled.
type: "filter"
MMNEPVFCICPMFPCPTTAAATR