AggregateDropGame: {
    _count: DropGameCountAggregateOutputType | null;
    _max: DropGameMaxAggregateOutputType | null;
    _min: DropGameMinAggregateOutputType | null;
}

Model DropGame