'json']; public function entry(): BelongsTo { return $this->belongsTo(Entry::class); } public function judge(): BelongsTo { return $this->belongsTo(User::class, 'user_id'); } public function getSubscore($id) { return $this->subscores[$id]['score'] ?? false; } }