TeamGroupByOutputType: {
    _count: TeamCountAggregateOutputType | null;
    _max: TeamMaxAggregateOutputType | null;
    _min: TeamMinAggregateOutputType | null;
    dbId: string;
    teamId: string;
    teamName: string;
}