router.get('/', (req, res, next) => {

  constructCondition(req, function(error, condition) {
    const cb = (err, doc) => {
      if (error) {