'boolean']; } public function building(): BelongsTo { return $this->belongsTo(Building::class, 'building_id'); } }