'boolean', 'roles_json' => 'array', 'skills_json' => 'array', ]; public function group(): BelongsTo { return $this->belongsTo(Group::class); } }