'Varchar', 'Active' => 'Boolean', 'Sort' => 'Int', 'Average' => 'Float', ]; private static $has_one = [ 'Parent' => JSONDataFormatterTypeTestObject::class, ]; private static $has_many = [ 'Children' => JSONDataFormatterTypeTestObject::class, ]; }