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