foreach ($this->db->fetchAll($query, $params) as $day) {
            $votes[$day['day']] = $day['votes'];
        }