mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Response/Model/AttributeList.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
co-authored by
Eldad A. Fux
parent
de37c74048
commit
cdc3fd7d4f
@@ -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,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user