mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 14:08:39 +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:
parent
de37c74048
commit
cdc3fd7d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue