ah wow thanks! I have large objects of travel bookings and I find it not easy to maintain all relations to other tables (or mapping tables) because I have to add the relations by myself (e.g. create an accommodation, then add the used images to the many-to-many relation table) and can't use transactions (via JS SDK). So I'm considering to switch to JSONB for the core data, because I don't need really the relations. But partial updates and extended query options would be nice to have. Otherwise I have to use services such as algolia 😅