ProductProjectionSearchResult
type ProductProjectionSearchResult = {
__typename?: 'ProductProjectionSearchResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Int'];
results: Array<ProductProjection>;
facets: Array<FacetResultValue>;
};