AggregationOptionInterface
Defines aggregation option fields.
type AggregationOptionInterface = {
count?: Maybe<Scalars['Int']['output']>; /** The display label for an aggregation option. */
label?: Maybe<Scalars['String']['output']>; /** The internal ID that represents the value of the option. */
value: Scalars['String']['output'];
};