UserMinAggregateOutputType: {
    badges: string | null;
    bitfield: string | null;
    blacklisted: boolean | null;
    dbId: string | null;
    email: string | null;
    lastVoted: Date | null;
    locale: string | null;
    oneServerPremium: string | null;
    serverPremiumCooldown: Date | null;
    userId: string | null;
    username: string | null;
    votes: number | null;
}