TermCount
type TermCount = {
__typename?: 'TermCount';
term: Scalars['String'];
count: Scalars['Int'];
productCount?: Maybe<Scalars['Int']>;
};type TermCount = {
__typename?: 'TermCount';
term: Scalars['String'];
count: Scalars['Int'];
productCount?: Maybe<Scalars['Int']>;
};