'array', 'after_data' => 'array']; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }