Add list or map to field

This is a limitation of Neo4J...

What you want to do seems like it should be allowed but it is not.

What you can do, is convert your complex data structure into a string and store the string. And when you need a map, convert the string back into a complex data structure.

This may help: