'Varchar', 'Sort' => 'Int', ]; private static $has_one = [ 'Parent' => DataObject::class, // Polymorphic parent 'Child' => PolyItem::class, ]; }