Update src/Appwrite/Utopia/Response/Model/AttributeList.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Matej Bačo 2022-02-28 10:14:53 +01:00 committed by GitHub
parent de37c74048
commit cdc3fd7d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
])