null, "name" => null, "description" => null, ]; protected $casts = [ "id" => "integer", "name" => "string", "description" => "?string", ]; }