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

    Interface FacetTerm

    interface FacetTerm {
        count: number;
        productCount?: number;
        term: any;
    }
    Index
    count: number

    Number of ProductVariants for which the term applies.

    productCount?: number

    Number of Products for which the term applies. Only available if the counting products extension is enabled.

    term: any

    Value for the field specified in the term facet expression for which at least one ProductVariant could be found. For AttributeNumberType Attributes, numeric values are returned as decimals, for example 1.0 instead of 1.