'Int' ]; private static $has_one = [ 'Parent' => DataObject::class, // PolymorphM2MParent 'Child' => PolymorphM2MChild::class, ]; private static $default_sort = '"Sort" ASC'; }