module.exports = function(api, $http) { this.statistics = () => api($http.get('/api/statistics')) }