content attribute. In my mysql schema, that content field is a JSON field. Depending on the type field, it will contain different values.type is blogPost, it will contain attributes like title & category, but if the type is set to landingPage those attributes will change. (just an example to make it more straightforward, my use case isn't about blogPosts etc.)landingPage type looks totally different, and, say, doesn't have a title?