Home > @vsf-enterprise/commercetools-types > ProductProjectionSearchResult
# ProductProjectionSearchResult type
Signature:
export declare type ProductProjectionSearchResult = {
__typename?: 'ProductProjectionSearchResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Int'];
results: Array<ProductProjection>;
facets: Array<FacetResultValue>;
};
References: Scalars, ProductProjection, FacetResultValue