'Varchar' ]; private static $many_many = [ 'Items' => [ 'through' => JoinObject::class, 'from' => 'Parent', 'to' => 'Child', ] ]; }