{#await data.recommendations}
{:then recommendations}
{#each recommendations.filter((item) => item.type === 'album') as album}
{/each}
{/await}