Does an API call (blockspring) get run for each field I'm trying to show?

Hi all,

In my repeating group, I’m using 2 block spring services.

  • Video Search
  • Video’s Info

The search creates my repeating group list and the info enriches each entry with more information not available in the video search call.

What I’m unsure of is whether the Video’s Info call is being triggered for each field I’m displaying (resulting in an inflated run count on the blockspring end) or if bubble somehow caches the first call and re-uses the results of that first call to populate any fields pointing at that call?

I’m thinking about ways I might need to manage thia to keep the run count down but not really sure how to proceed.

Any thoughts?