pub type Record = BTreeMap<String, Value>;
JSON-like value stored in an object store row.
pub struct Record { /* private fields */ }