Home > @vsf-enterprise/commercetools-types > TermCount
# TermCount type
Signature:
export declare type TermCount = {
__typename?: 'TermCount';
term: Scalars['String'];
count: Scalars['Int'];
productCount?: Maybe<Scalars['Int']>;
};