mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fixed sum description
This commit is contained in:
parent
6209b7e104
commit
59521d53da
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class BaseList extends Model
|
|||
if ($paging) {
|
||||
$this->addRule('sum', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Total sum of items in the list.',
|
||||
'description' => 'Total number of items available on the server.',
|
||||
'default' => 0,
|
||||
'example' => 5,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue