await Promise.all(
      backends.map(async slug => (this.metadata[slug] = await this.fetchMetadata(slug))),
    );