# Group --- ## Object Definitions ```c typedef struct _kpl_group { KPL_DYNAMIC_OBJ_HEADER(); int32_t item_length; kpl_class items[]; } kpl_group; ```