public int GetCreatedPlaylistsCount(int userId)
 {
     return(_playlistRepository.GetCreatedPlaylistsCount(userId));
 }