relationUrl (model, relation) {
    return `${this.baseUrl}/${this.store.id(model)}/relationships/${relation}`;
  }