TermsFacetResult
type TermsFacetResult = FacetResult & {
__typename?: 'TermsFacetResult';
dataType: Scalars['String'];
missing: Scalars['Int'];
total: Scalars['Int'];
other: Scalars['Int'];
terms: Array<TermCount>;
type: Scalars['String'];
};