if ((this.metadata[token].options.cursor === true) ||
      ((this.metadata[token].options.cursor === undefined) && (this.r._options.cursor === true))) {
    currentResolve(cursor, response);

    // We need to keep the options in the else statement, so we clean it inside the if/else blocks