'integer', 'question_number' => 'integer', ]; } /** * Get the screening that owns this answer. */ public function screening(): BelongsTo { return $this->belongsTo(Screening::class); } }