AggregateR2Storage: {
    _count: R2StorageCountAggregateOutputType | null;
    _max: R2StorageMaxAggregateOutputType | null;
    _min: R2StorageMinAggregateOutputType | null;
}

Model R2Storage