Location.prototype.profile = function (callback) {
  request.get('/commuter-locations/profile', {
    _location: this._id()
  }, function (err, res) {
    if (err) {