['type' => 'integer'], 'group_count' => ['type' => 'integer'], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]], ]; /** * records property * * @var array */ public $records = [ ['group_count' => 2], ]; }