I have a query, when using the Neo4j browser and if you click on a label you often get to see a graph visual that seems to contain more information than the raw query results itself for example
Looking at the above image shows a lot of nodes and multiple different relationships but if I look at the text results I dont see all of that data I only see this
It is a little confusing as I couldn't understand out why the same query run via the neo4j driver in dotnet code didn't return the same results as the same query in the browser, very frustrating.