DropGameMaxAggregateOutputType: {
    createdAt: Date | null;
    dbId: string | null;
    description: string | null;
    gameId: string | null;
    imageUrl: string | null;
    name: string | null;
    platform: PlatformEnum | null;
    slug: string | null;
    updatedAt: Date | null;
}