Counter helper HA increment with more then 1

Hi, Ok playing with node-red now so again to drawing board for me :wink:, and as off yaml was not difficult enough now json pff thats even more Chinese to be honest :stuck_out_tongue:

I added a counter (helper) in node-RED and I increment very easy with 1 but how in the hell can I do this with for instance 5, in yaml it was this but that off-course does not work with the json requirement of node-RED

    count: 5
    sequence:
    - service: counter.increment
      entity_id: counter.COUNTER```

Thanks!