You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offset to send for the next page. Zero when truncated is false. Never truncates without giving a way to continue.
[optional]
offset
Integer
Results skipped to produce this page.
[optional]
result_count
Integer
Number of results returned.
[optional]
total_count
Integer
Total matches found. Available because the underlying query is unbounded and returns everything anyway; it is not evidence that fetching them all is cheap.
[optional]
truncated
Boolean
True when matches exist beyond this page. next_offset is populated when it is.