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

Properties

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.