['type' => 'integer'], 'name' => ['type' => 'string', 'length' => 255, 'null' => false], 'post_count' => ['type' => 'integer', 'null' => true], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]] ]; public $records = [ ['name' => 'Sport', 'post_count' => 1], ['name' => 'Music', 'post_count' => 2], ]; }