UserPremiumGroupByOutputType: {
    _count: UserPremiumCountAggregateOutputType | null;
    _max: UserPremiumMaxAggregateOutputType | null;
    _min: UserPremiumMinAggregateOutputType | null;
    dbId: string;
    tier: string;
    userId: string;
}