https://github.com/wiringbits/scala-postgres-react-admin/pull/20/files#r1337839565 This is probably due that React-Admin sends ```json { "a": 1, "b": "hello" } ``` And we are expecting ```json { "data": { "a": 1, "b": "hello" } }