Bundles are repeatable groups of fields.

$box = new Cuztom_Meta_Box( $id, $title, $post_type, array(

    array(
        'bundle', 
        array(
            // Fields
        )
    )

) );