async updateOrganizations(updates, orgs) {
    await this.client.pool.addEachTask({
      data: updates || [],
      generator: (item) => this.updateOrganization(item, orgs).then((data) => {
        this.didUpdate(data);