belongsTo(Branch::class, 'branch_id'); } public function receptionDesks(): HasMany { return $this->hasMany(ReceptionDesk::class, 'building_id'); } }