async headlineNames() {
    return Promise.all((await this.headlines()).map((child) => child.name()));
  }