'Varchar', 'SecondProperty' => 'Int' ); private static $has_many = array( 'Relation' => Group::class ); private static $singular_name = "My Object"; private static $plural_name = "My Objects"; }