belongsTo(EducationalInstitution::class); } public function departments(): HasMany { return $this->hasMany('App\Models\Department', 'faculty_id'); } }