{collection.name ?? 'Your Collection'}
{#if items.length === 0}
No gamesTable in your collection
{:else} {#each items as game (game.game_id)}
{/each} {/if}