protected function serializeEntry(EntryDto|Entry $dto)
    {
        $response = $this->entryFactory->createResponseDto($dto);

        if ($this->isGranted('ROLE_OAUTH2_ENTRY:VOTE')) {