${this.files.map((item, index) => html`
${item.title}
${item.justificationText}
`)} ${this.seeMoreUrl ? html`
${this.seeMoreText}
` : ''}