I have a question regarding defining schemas in Neo4j from video S02Ep01. I tried running a method, but I encountered an issue. Even after defining only a few schemas (specifically, 5 node labels and 2 relationship types), I ended up with an unexpectedly high number of nodes (255) and relationships (587) in the database.
Could you please guide me on what might have gone wrong and how I can resolve this issue?