diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 947aa6aaf3..775fe117ad 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -13050,6 +13050,13 @@ }, "StatisticsSearchDto": { "properties": { + "albumIds": { + "items": { + "format": "uuid", + "type": "string" + }, + "type": "array" + }, "city": { "nullable": true, "type": "string"