{#each Array(totalSteps) as _, index}
{index + 1}
{#if index < totalSteps - 1}
{/if}
{/each}