Query.prototype._get = function() {
      // Create a new query to let people fork it
      return new Query(this._model, this._query[key]
        .apply(this._query, arguments));
    };