targetModel
      .find(nestedQuery, queryOptions)
      .then(function(instance) {
        values[as] = instance;
        callback(null);