How do I place limit on how much actors can be spawned by a spawner?

I am wondering how do I limit the amount of actors that can be spawned at once as I want my spawner to only spawn one actor at a time and when that actor is destroyed.

This is the blueprints I am using.