'Varchar', 'Sort' => 'Int', ]; private static $has_one = [ 'Parent' => TestObject::class, 'Child' => Item::class, ]; }