{#if slowPokeMode} A Shellder biting a Slowpoke's tail, as seen in the Pokémon anime {:else} text in a speech bubble that says 'Dude, wheres my car' {/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)}
  1. {collection.collection} {collection.count.toLocaleString()} records
  2. {/each}
{/if}