pub type PbObjectGroup = ObjectGroup;
struct PbObjectGroup { pub objects: Vec<Object>, }
objects: Vec<Object>