How to count workflow executions in n8n?

I refer to this template: Summarize emails and save them as notes on sales opportunity in Odoo | n8n workflow template

a) If I run this node to fetch emails every 1 hour from Gmail services into my workflows in n8n, after 1 day, I would have 24 workflow executions - is this correct?
b) If I run this node to fetch emails every 30 mins from Gmail services into my workflows in n8n, after 1 day, I would have 48 workflow executions - is this correct?

Thank you

From the template, I’m guessing you’re talking about the poll time option in the Gmail Trigger.

Here’s what I found in my test:

If using every minutes

If you set it to every minute, it only triggers when a new email actually arrives in your inbox.

I tested it for ten minutes—received 2 emails and saw 2 executions triggered.