'array', 'type' => 'integer', 'status' => 'integer', ]; } public function answers(): HasMany { return $this->hasMany(QuestionnaireAnswer::class); } }