interface CountByFacet {
    count: number;
    facet: string;
}

Properties

Properties

count: number
facet: string