{#if cardCounts}

{cardCounts.title}

{#each cardCounts.counts as count}
{count[0]}
{count[1]}
{/each}
{/if}