AggregateGuildTrackedGame: {
    _avg: GuildTrackedGameAvgAggregateOutputType | null;
    _count: GuildTrackedGameCountAggregateOutputType | null;
    _max: GuildTrackedGameMaxAggregateOutputType | null;
    _min: GuildTrackedGameMinAggregateOutputType | null;
    _sum: GuildTrackedGameSumAggregateOutputType | null;
}

Model GuildTrackedGame