Example #1
0
 private function getCategoryImageCount(Category $category)
 {
     return $category->getCategoryImagesSet()->getTotalRecordCount();
 }