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