exists: function(path, done) {
      Paths.count({path: path}, function(err, count) {
        if(count)
          done(true)
        else