The datastore nodejs docs mention that the client library will do automatic pagination by default:
By default, google-cloud-node will automatically paginate through all of the results that match a query. However, this sample implements manual pagination using limits and cursor tokens.
What is an example of automatic pagination?