MemberMinAggregateOutputType: {
    dbId: string | null;
    guildId: string | null;
    messagesSent: number | null;
    userId: string | null;
}