AggregateTeamMember: {
    _count: TeamMemberCountAggregateOutputType | null;
    _max: TeamMemberMaxAggregateOutputType | null;
    _min: TeamMemberMinAggregateOutputType | null;
}

Model TeamMember