How to test how many Airtable API calls are being made in a page?

I am building an app from an Airtable backend. I am learning how to use Bubble and I am not sure if I am building efficiently taking the 5 API calls per second limitation from Airtable.

Is there a way to see how many API calls were made to load a page?

I have some pages that need to load repeating groups from multiple tables inside an Airtable base and although it works, I am not sure if the page is making only one API call or multiple API calls for the different repeating groups loaded on a page.