v3.1.1 ZModel: ```zmodel enum Tag { TAG1 TAG2 TAG3 } model Foo { id Int @id tags Tag[] } ``` Both create and find will result in error or incorrect result.