diff --git a/app/controllers/api/database.php b/app/controllers/api/database.php index 771c430149..d1cbb9115a 100644 --- a/app/controllers/api/database.php +++ b/app/controllers/api/database.php @@ -84,6 +84,7 @@ App::get('/v1/database/collections') /** @var Utopia\Database\Database $dbForExternal */ $collections = $dbForExternal->listCollections($limit, $offset); + // TODO@kodumbeats allow for filtering collections $response->dynamic2(new Document([ 'collections' => $collections,