previous() {
    return this.recordStore.events.find({parentId: this.parentId, position: this.position - 1})[0];
  }