this.where = function(...args) {
    this.spy.where.apply(this, [...args]);
    return this;
  };