for (const uuid of this.inventory.adminUuids) {
      this.admins.push(await this.as.getUserByUuid(uuid));
    }