How many worker invocation are counted when accessing bindings in next-on-page? For example, if i vi

How many worker invocation are counted when accessing bindings in next-on-page?
For example, if i visit simple hello world page
that would be 1 invocation
if i visit another page which fetches a row from d1(connected via binding) is that 1 + 1 invocation or a single invocation?
Was this page helpful?