public function callbackColumnMagentoCategory($value, $row, $column, $isExport)
 {
     $productsForEachCategory = $this->getProductsForEachCategory();
     return parent::callbackColumnMagentoCategory($value, $row, $column, $isExport) . ' (' . $productsForEachCategory[$row->getId()] . ')';
 }