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