MemberGroupByOutputType: {
    _avg: MemberAvgAggregateOutputType | null;
    _count: MemberCountAggregateOutputType | null;
    _max: MemberMaxAggregateOutputType | null;
    _min: MemberMinAggregateOutputType | null;
    _sum: MemberSumAggregateOutputType | null;
    dbId: string;
    guildId: string;
    messagesSent: number;
    userId: string;
}