diff --git a/src/Appwrite/Utopia/Response/Model/AttributeList.php b/src/Appwrite/Utopia/Response/Model/AttributeList.php index 56dca1c7f2..42b7683243 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeList.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeList.php @@ -13,7 +13,7 @@ class AttributeList extends Model $this ->addRule('total', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Total amount of attributes in a collection.', + 'description' => 'Total amount of attributes in the given collection.', 'default' => 0, 'example' => 5, ])