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

    Interface ProductSearchFacetResultCount

    Result of a count facet.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the facet.

    value: number

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