@gradientedge/commercetools-utils
    Preparing search index...

    Interface FilteredFacetResult

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

    Hierarchy (View Summary)

    Index

    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"