Home > @vsf-enterprise/commercetools-types > RangeCountLong

# RangeCountLong type

Signature:

export declare type RangeCountLong = RangeCount & {
    __typename?: 'RangeCountLong';
    from: Scalars['Long'];
    fromStr: Scalars['String'];
    to: Scalars['Long'];
    toStr: Scalars['String'];
    count: Scalars['Int'];
    productCount?: Maybe<Scalars['Int']>;
    totalCount: Scalars['Int'];
    total: Scalars['Long'];
    min: Scalars['Long'];
    max: Scalars['Long'];
    mean: Scalars['Float'];
    type: Scalars['String'];
};

References: RangeCount, Scalars, Maybe