'datetime', 'ends_at' => 'datetime']; public function room(): BelongsTo { return $this->belongsTo(Room::class); } }