get fileList() {
    return this._getLinks().then((links) => links.map((l) => l.Name))
  }