I have an event (“Subscribed”) to which I want to add a count property based on RRID. If it’s the first event, the count property should be set to 1. If there are already existing events with the same RRID, the count should reflect the respective occurrence. I thought to use JQL, can you help me create the script