'array', 'description' => 'array', 'example_text' => 'array', ]; public function emotion(): BelongsTo { return $this->belongsTo(Emotion::class); } public function eventType(): BelongsTo { return $this->belongsTo(EventType::class, 'event_type_id'); } }