Home > @vsf-enterprise/bigcommerce-api > GraphQL > OtherSearchFilterItem
# GraphQL.OtherSearchFilterItem type
Signature:
export declare type OtherSearchFilterItem = {
__typename?: 'OtherSearchFilterItem';
isSelected: Scalars['Boolean'];
productCount: Scalars['Int'];
};