'Varchar' ); private static $many_many = array( 'RelatedProducts' => Product::class ); private static $belongs_many_many = array( 'RelatedTo' => Product::class, 'Categories' => Category::class ); private static $default_sort = '"Title" IS NOT NULL ASC, "Title" ASC'; }