# `GSInstance countOfProperties`

*Instance Method*

The number of properties

## Declaration

```swift
func countOfProperties() -> UInt
```

```objc
- (NSUInteger) countOfProperties;
```

```python
countOfProperties() -> int
```

