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