```rust
struct Something { thing: String, }
struct Wrapper { things: Vec // For JSONB[] thing: Something // For JSONB } ```