public function testIsDeletedReturnsBoolean()
 {
     $category = new Category(['deleted' => 1]);
     $this->assertTrue($category->isDeleted());
 }