async resolve (id: number) {
    let artist = this.byId(id)

    if (!artist) {
      try {