Also in this block when I was goofing around, when my NDK instance is configured with MORE relays… it will not return me full profile and images.
But as I remove the explicitRelayUrls…..then I see more images coming in (as if NDK is getting lost somehow in case of multiple relays? dunno just observed this but super green at this moment)
```
{#await user.follows() then ndkUsers}
{#each ndkUsers as ndkUser}
{#await ndkUser.fetchProfile() then follower}
{ndkUser.npub}
{/await}
{/each}
{/await}
```