public function stationPie() { return Info::getCountPerStation()->map(function ($key) { return $this->getArrayOfDataPerStationForPieChart($key, $this); }); }
public static function getTopContributorByStation() { return Info::getCountPerStation()->sortByDesc('count')->first()->station; }