diff --git a/composer.lock b/composer.lock index 3d84edc6f4..71aaa13992 100644 --- a/composer.lock +++ b/composer.lock @@ -3791,12 +3791,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "12e216866ce89674531fe1e174046de5de1e6273" + "reference": "0330adf4cdf8ceada6b991ad2ca7e381a13d81d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/12e216866ce89674531fe1e174046de5de1e6273", - "reference": "12e216866ce89674531fe1e174046de5de1e6273", + "url": "https://api.github.com/repos/utopia-php/database/zipball/0330adf4cdf8ceada6b991ad2ca7e381a13d81d2", + "reference": "0330adf4cdf8ceada6b991ad2ca7e381a13d81d2", "shasum": "" }, "require": { @@ -3841,7 +3841,7 @@ "issues": "https://github.com/utopia-php/database/issues", "source": "https://github.com/utopia-php/database/tree/feat-mongodb" }, - "time": "2025-10-13T05:20:12+00:00" + "time": "2025-10-14T03:37:01+00:00" }, { "name": "utopia-php/detector", diff --git a/src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php b/src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php index c13becbad1..e52bd955a6 100644 --- a/src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php +++ b/src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php @@ -126,6 +126,7 @@ class XList extends Base } $this->applySelectQueries($request, $response, Response::MODEL_DEPLOYMENT); + $response->dynamic(new Document([ 'deployments' => $results, 'total' => $total,