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