public function byMerchant()
 {
     return $this->productRepository->countByMerchant();
 }