In response payloads, representing Collections of Entries, if the server does not include an object for every Entry in the Collection of
Entries identified by the request URI then the response represents a partial listings of the Collection. In this case, "__next" name/value
pair is included to indicate the response represents a partial listing. The value of the name/value pair is a URI which identifies
the next partial set of entities from the originally identified complete set.
In response payloads, representing Collections of Entries, if the server does not include an object for every Entry in the Collection of
Entries identified by the request URI then the response represents a partial listings of the Collection. In this case, "__next" name/value
pair is included to indicate the response represents a partial listing. The value of the name/value pair is a URI which identifies
the next partial set of entities from the originally identified complete set.
employees = northwind.entity_sets.Employees.get_entities().next_url(employees.next_url).execute()