{#each items as item, i (item.id)}
{#if image} Album Art {:else}

{#if type === 'artists'} {truncate(item.value, 30)} {:else} {truncate(item.value, 45)} {/if}

{/if}
{/each}