{#await apiCall('database-connections/load-keys', { conid, database, root, reloadToken })} {:then items} {#each (items || []).slice(0, maxShowCount) as item} {/each} {#if (items || []).length > maxShowCount} { maxShowCount += SHOW_INCREMENT; }} /> {/if} {/await}