Checks if the response is paginated by checking if an element named 'page' exists.
is_paginated(content)
content
The response content as return by jsonlite::fromJSON.
jsonlite::fromJSON
A logical value.