TwitchGameGroupByOutputType: {
    _count: TwitchGameCountAggregateOutputType | null;
    _max: TwitchGameMaxAggregateOutputType | null;
    _min: TwitchGameMinAggregateOutputType | null;
    dbId: string;
    gameId: string;
    name: string;
    updatedAt: Date;
}