getUser(); $count = $this->notificationRepository->countUnreadByUser($user); return new JsonResponse(['count' => $count]); } }