public function byMonth()
 {
     return $this->productRepository->countByMonth();
 }