public async Task <IActionResult> Get(int userId) { var photoAlbums = await _photoAlbumService.GetDetailsByUserId(userId); return(Ok(photoAlbums)); }