return response.then(function (resource) {
        endpoint.resource = resource;
        return resource.relationships[_this.relationshipName][_this.property];
      })["catch"](function (error) {