pub(crate) const CURRENT_PAGE_DESCRIPTION: &str = "The Page of results is being returned, and the Limit of results.
The data returned is constrained by this limit.
The limit applies to the total number of records returned.
*Note: The Limit may not be exactly as requested, if it was constrained by the response.
The caller must read this record to ensure the correct data requested was returned.*";
Expand description
Description for the CurrentPage
object.