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