'array', ]; public function chat(): BelongsTo { return $this->belongsTo(Chat::class); } }