toJSON: function() {
      var basewheres = this.get('basewheres') || [];
      basewheres = _.compact(_.flatten(basewheres));
      var where = this.get('where');