belongsTo(Department::class)->select('id', 'parent_id', 'name'); } public function users(): HasMany { return $this->hasMany(Employee::class); } }