CREATE Node, RETURN

Intro to Neo4j v 4.0, Section on creating nodes.
The upper section of the screen print shows what the exercise says should be returned. Below that is what is returned when I execute the query which, you can see, has a lot more info than is displayed in the exercise results. Is this a change, where the exercise example should be replaced, or is it a bug?

What you are seeing is a side-effect of using a later version of Neo4j Browser that did not exist when the course was created. As you can see, in table mode, it displays more meta information about the node including its ID and its list of labels.

What you are seeing is correct. From what I am told by engineering, this will not be seen in future versions of Neo4j Browser so you can ignore it for now. Just focus on the properties listed.

Elaine