if (_.isArray(name)) {
    return Promise.all(name.map(this.destroyDb.bind(this)));
  }