*/ protected function casts(): array { return [ 'images' => 'array', ]; } public function rooms(): HasMany { return $this->hasMany(Room::class); } }