entityManager->getRepository(Actions::class)->findBy( ['Organization' => $organization], ['date' => 'DESC'], 15 ); $formattedActivities = $this->actionService->formatActivities($actions); return new JsonResponse($formattedActivities); } }