case 'random_albums':
                $albums = $this->albumRepository->getRandom(
                    $user->id,
                    $moment
                );