model() {
    return this.recordStore[`${this.reactableType.toLowerCase()}s`].find(this.reactableId);
  }