'integer', 'confidence' => 'integer', 'campaign_tags_json' => 'array', 'raw_response_json' => 'array', 'created_at' => 'datetime', ]; public function finding(): BelongsTo { return $this->belongsTo(ContentModerationFinding::class, 'finding_id'); } }