What size strings do string lists store?
Per https://jazz.net/library/article/129, string attributes can come in 3 sizes: String attributes, available in three sizes: Small String (250 bytes when using UTF-8 encoding), Medium String (1000 bytes) and String (32768 bytes).
So when you create an attribute of string list, which option does it store?