ProductReviews
Contains an array of product reviews.
type ProductReviews = {
__typename?: 'ProductReviews'; /** An array of product reviews. */
items: Array<Maybe<ProductReview>>; /** Metadata for pagination rendering. */
page_info: SearchResultPageInfo;
};