ArcadeDB Server v23.12.1-SNAPSHOT
MacOS Ventura Version 13.6 (22G120
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)### ArcadeDB Version:
Safari 16.6
Studio should adopt Gremlin Console formatting for unfolded results:
Import the latest air-routes database into ArcadeDB:
https://github.com/krlawrence/graph/blob/master/sample-data/air-routes-latest.graphml
Run the queries:
g.V().hasLabel('airport').groupCount().by('country’)
g.V().hasLabel('country').group().by('code').by(out().count())
In both cases appending .fold() fixes the output.
Expected results: (Gremlin console connected via :remote)

Studio output:

ArcadeDB Server v23.12.1-SNAPSHOT
MacOS Ventura Version 13.6 (22G120
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)### ArcadeDB Version:
Safari 16.6
Studio should adopt Gremlin Console formatting for unfolded results:
Import the latest air-routes database into ArcadeDB:
https://github.com/krlawrence/graph/blob/master/sample-data/air-routes-latest.graphml
Run the queries:
g.V().hasLabel('airport').groupCount().by('country’)g.V().hasLabel('country').group().by('code').by(out().count())In both cases appending
.fold()fixes the output.Expected results: (Gremlin console connected via :remote)

Studio output:
