public IActionResult GetUnfollowedArtist(int userId)
 {
     return(Ok(repository.GetUnfollowedArtists(userId)));
 }