const index = _.findIndex(
        this.genres,
        (content) =>
          JSON.stringify(content.category) === JSON.stringify(genre.category)
      )