findAssociation(ctx, next) {
    const criteria = this.app.packs.koa.getCriteriaFromQuery(this.query)
    if (ctx.params.childId && !_.isEmpty(criteria)) {
      throw Boom.preconditionFailed(this.__('errors.footprints.find.mutex'))
    }