chore: added imageTransformations to project usage

This commit is contained in:
Chirag Aggarwal
2025-02-28 08:28:21 +00:00
parent f31acd214e
commit e9d8d13fbd
2 changed files with 9 additions and 0 deletions
@@ -197,6 +197,13 @@ class UsageProject extends Model
'example' => [],
'array' => true
])
->addRule('imageTransformations', [
'type' => Response::MODEL_METRIC,
'description' => 'An array of aggregated number of image transformations.',
'default' => [],
'example' => [],
'array' => true
])
;
}