mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #1659 from appwrite/fix-sum-description
Fixed sum description
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user