{#if prettify}
{label.replace(/_/g, ' ').split(' ').map(capitalize).join(' ')}
{:else}
{label}
{/if}
{#if displayType}
{#if format && format != ''}
({format})
{:else}
({type ?? 'any'}{contentEncoding && contentEncoding != ''
? `, encoding: ${contentEncoding}`
: ''})
{/if}
{/if}