GetFacetResponse
Response from the getFacet API endpoint
declare type GetFacetResponse = {
[key: string]: any;
categories: CategoryWithCount[];
currentCategory?: Category;
facets: FacetResultValue[];
results: ProductProjection[];
rootCategory?: Category;
total: number;
};