I create a node with this cypher
MERGE (item:ITEM{code:'1629', price: 135000, url:'http://xuongmaythienphuc.vn/component/products/set-bo-dui-den-rot-vai-phoi-vien-logo-theu-sanh-dieu.html' })
On Neo4j Browser, price Property is first property and shown in the node in Visualization.
But I want to shown Code on visualization instead (1629 instead of 135000 for the example cypher).