elementRepository->find($id); return new JsonResponse([ 'element' => [ 'id' => $element->getId(), 'title' => $element->getTitle(), ], ], 200); } }