Hey, one thing i would like to suggest is better handling of non-complient documents trying to add to an collection. For example: when developing and migrating a existing data that has some weird permutations on some fields - it would be helpful if typesense wouldn’t just respond with “Invalid field ‘foobar’” (i’m quoting the error from my head) but with something like “Invalid field ‘foobar’ for document $documentId: expected “string”, got array (value: [‘foo1’, ‘foo2’])“.