(int) ($this['id'] ?? 0), 'name' => $this['name'] ?? '', 'charged' => (bool) ($this['charged'] ?? false), ]; } }