Is it possible to use Map or a JSON as the return type for any query? eg : `getMap(inpVal: ID): <Return Type as Map> @cypher(statement:"call example.procedure($inpVal) yield value return value")` If the returned value is a map / JSON, then what should I do to get the value.