Also to be aware of with lists, is that they work as a set. If you have two identical values in key value pairs and didn’t care about order, it might still produce the wrong results as
["my value","my value","1"]
would only get stored as
["my value","1"]