how to get custom category attributes by id : Magento 2
I have category ID and need to get all custom attribute for example thumbnail image. my code does not return all attributes $category = $this->categoryRepository->get($childId, $this->_storeManager->getStore()->getId()); $category->getData();