public IActionResult GetPropertiesPerCityReport() { return(new JsonResult(_reportsRepository.GetPropertiesPerCity())); }