Hi!
I am writing a custom procedure to make my insertions into neo4j easier.
I will be calling it from python, and it would be nice to get result summary counters to say how many nodes where created, properties updated and so on, but stuff that i ta...