If I have 2 nodes with the same data like ``` val node1 = Node("Test") val node2 = Node("Test") ``` The output of the just will be one node because they have the same data is it possible to show the 2 nodes with the same data ?