Skip to content

Commit

Permalink
Merge pull request #1659 from appwrite/fix-sum-description
Browse files Browse the repository at this point in the history
Fixed sum description
  • Loading branch information
eldadfux committed Sep 26, 2021
2 parents e240168 + 59521d5 commit 41b263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Appwrite/Utopia/Response/Model/BaseList.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(string $name, string $type, string $key, string $mod
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,
]);
Expand Down

0 comments on commit 41b263d

Please sign in to comment.