'boolean', ]; public function question(): BelongsTo { return $this->belongsTo(Question::class); } }