mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Revie update
This commit is contained in:
parent
4c85223183
commit
e75e9d3c62
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class BaseList extends Model
|
|||
];
|
||||
|
||||
if (\in_array($name, $namesWithCap)) {
|
||||
$description = 'Total number of ' . $key . ' documents that matched your query used as reference for offset pagination. When the `total` is more than 5000, it will be capped at 5000, and cursor pagination should be used. Read more about [pagination](https://appwrite.io/docs/pagination).';
|
||||
$description = 'Total number of ' . $key . ' documents that matched your query used as reference for offset pagination. When the `total` number of ' . $key . ' documents available is greater than 5000, total returned will be capped at 5000, and cursor pagination should be used. Read more about [pagination](https://appwrite.io/docs/pagination).';
|
||||
} else {
|
||||
$description = 'Total number of ' . $key . ' documents that matched your query.';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue