class GdsApi::ListResponse

def initialize(response, api_client, options = {})

so it can make requests for the subsequent pages
The ListResponse is instantiated with a reference back to the API client,
def initialize(response, api_client, options = {})
  super(response, options)
  @api_client = api_client
end