return _.find(
      this.genres,
      (elem) => JSON.stringify(elem.category) === JSON.stringify(genre.category)
    )