I have run below cypher on a blank database,
MERGE (adam:Person {Name: "Adam"}) MERGE (aan:Person{Name: "Aan"})-[:PARENT]->(adam)
When I am trying to see the Person node in Neo4J Desktop browser, I can see no name appears in bubble, What needs to be ...