Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api/src/main/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ info:

The `total` object discloses how many items exist in the collection
*across all pages*. Because counting is expensive, some collections
that hold *a lot* of items may return partial or estimated counts
(types `AT_LEAST` or `ESTIMATE` respectively). Which type to expect
is usually documented in the operation's description.
that hold *a lot* of items may return partial counts (type `AT_LEAST`)
instead of exact counts (type `EXACT`). Which type to expect is usually
documented in the operation's description.

## Sorting

Expand Down
Loading