What to do to show name on node

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 done to show the names like below,

image

Hello @MD_AJMAL_YAZDAN :slight_smile:

The solution is here or here from the documentation.

Regards,
Cobra

Thanks Cobra. It's should show by default, my assumption.