TeamMemberGroupByOutputType: {
    _count: TeamMemberCountAggregateOutputType | null;
    _max: TeamMemberMaxAggregateOutputType | null;
    _min: TeamMemberMinAggregateOutputType | null;
    bitfield: string;
    dbId: string;
    joinedAt: Date;
    teamId: string;
    userId: string;
}