if (options.individualHooks) {
      await Promise.all(instances.map(instance => this.runHooks('afterRestore', instance, options)));
    }