return Image
      .find({ _id: {$in: _ids}})
      .exec()
      .then(target => {
        if (!target || target.length !== _ids.length) {