{#if slowPokeMode}
{:else}
{/if}
{#if error}
{error}
{/if} {#if loading && !slowPokeMode}
Loading...
{downloadedMB} MB
downloaded in
{elapsedTime}s
{:else if loading && slowPokeMode}
Loading...
{webCalls.toLocaleString()} web calls
made in
{elapsedTime}s
{:else}
{slowPokeMode ? 'Web Calls Made' : 'Repo Size'}
{#if !slowPokeMode} {downloadedMB} MB {:else} {webCalls.toLocaleString()} {/if}
Fetched in {elapsedTime}s
{/if} {#if loading && currentCollection !== null}
Currently walking collection:
{currentCollection}
{/if} {#if collectionsOrdered.length > 0}
Total Records
{totalRecords.toLocaleString()}
Different Collections
{collectionsOrdered.length}
{handle}'s Collections Breakdown
{#each collectionsOrdered as collection (collection.collection)}
{collection.collection}
{collection.count.toLocaleString()} records
{/each}
{/if}