'array', 'operator_summary' => 'array', 'raw_result' => 'array', 'checked_at' => 'integer', ]; public function server(): BelongsTo { return $this->belongsTo(Server::class, 'server_id', 'id'); } }