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