Perhaps with this model: ``` { results, cursor: { hasMore: <boolean>, next: <cursor value> } } ``` Where `cursor` and `limit` could be passed as query params in addition to `controller` to the `/<service instances>?` endpoint.