'integer', 'exempt' => 'boolean', ]; public function users(): HasMany { return $this->hasMany(User::class); } }