DropGameGroupByOutputType: {
    _count: DropGameCountAggregateOutputType | null;
    _max: DropGameMaxAggregateOutputType | null;
    _min: DropGameMinAggregateOutputType | null;
    createdAt: Date;
    dbId: string;
    description: string | null;
    gameId: string;
    imageUrl: string | null;
    name: string;
    platform: PlatformEnum;
    platformData: JsonValue | null;
    slug: string | null;
    updatedAt: Date;
}