'datetime']; } public function file(): BelongsTo { return $this->belongsTo(SessionFile::class, 'session_file_id'); } }