# OryClient::DeleteMySessionsCount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Integer** | The number of sessions that were revoked. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::DeleteMySessionsCount.new( count: null ) ```