module.exports = function(count) { return count + " " + (count === 1 ? "user" : "users"); };