pub fn render_objects(
    groups: &mut Vec<Vec<GQLObject>>,
    hidden_selections: &[String],
    pagination: bool,
    page_size: usize
)