filter(condition) {
    this.filterCondition = condition;
    this.offset = this.getDefaultOffset();
    return this.load();
  }