UserGroupByOutputType: {
    _avg: UserAvgAggregateOutputType | null;
    _count: UserCountAggregateOutputType | null;
    _max: UserMaxAggregateOutputType | null;
    _min: UserMinAggregateOutputType | null;
    _sum: UserSumAggregateOutputType | null;
    badges: string | null;
    bitfield: string | null;
    blacklisted: boolean | null;
    dbId: string;
    email: string | null;
    lastVoted: Date | null;
    locale: string;
    oneServerPremium: string | null;
    serverPremiumCooldown: Date | null;
    userId: string;
    username: string | null;
    votes: number;
}