belongsTo(Faculty::class); } public function directions(): HasMany { return $this->hasMany('App\Models\Direction', 'department_id'); } }