*/ protected $casts = [ 'is_enabled' => 'boolean', 'scoring_sheet_json' => 'array', ]; public function competition(): BelongsTo { return $this->belongsTo(Competition::class); } }