public function getAll(): Response
    {
        $categories = $this->categoryRepository->getAll();

        if ($categories === null) {