User.all({
  where: {
    active : true
  }
}).then(collection => {