if (childId) {
      response = footprintService.findAssociation(parentModel,
        parentId, childAttribute, childId, options)
        .then(devices => favoritesService.populateFavorite(req.user.id, devices))
    }