Response.prototype.link_rel_next = function() {
      return this._link_rel_next != null ? this._link_rel_next : this._link_rel_next = this._extract_link_rel_next();
    };