Counts of tickets entered

{#each counts as count} {/each}
Prefix Total Tickets Unique Buyers
{count.prefix} {parseInt(count.total_sold).toLocaleString()} {parseInt(count.unique_sold).toLocaleString()}