# `GSSidebarItem.suppressCount`

*Instance Property*

Can be set to `YES` to hide the count and thus suppress expensive calculations when the item is not selected.

## Declaration

```swift
var isSuppressingCount: Bool { get set }
```

```objc
@property (assign, getter=isSuppressingCount) BOOL suppressCount;
```

```python
isSuppressingCount() -> bool
setSuppressCount_(suppressCount: bool)
```

