@2706mason Yes those are unique, #1 just an aggregate search returning a number
#2 is actually fetching fields/data. After this search all the friends_list’s data is cached on page.
I am not entirely sure but it’s possible addition searches after this will still cost a tiny bit of WUs, but the actual data fetching will not cost anything because it was already done the first time.
Just noticed you are not doing a search here, so I’m pretty sure after fetching data for all the friends_list fields the first time it doesn’t cost anything after that then. Just by referencing :each item’s first name it will grab all fields and data (just how Bubble is right now)