public IActionResult HowManyOfAnimalType(AnimalType animalType)
 {
     return(Ok(reportingService.AnimalCount(animalType)));
 }