I'm attempting to export my DB as cypher and on an earlier version of neo4j (3.3.9) when I set streamStatements=true, batchSize=100 splits the response into multiple rows. When I run the same on 3.4 or 3.5 I get only 3 rows regardless of what I set t...