authorName() {
    if (this.author()) { return this.author().nameWithTitle(this.model().group()); }
  }