hasMany(Product::class, 'client_id'); } protected static function newFactory(): ClientFactory { return ClientFactory::new(); } }