{title} {itemCount} item{itemCount === 1 ? '' : 's'}
{#if description} {description} {/if}
{#if children}
{@render children()}
{/if}