# PopularityResult
## Properties
**per_player** | Option<[**Vec<models::PopularityResultChar>**](PopularityResultChar.md)> | Character popularity per player | [optional]
**per_character** | Option<[**Vec<models::PopularityResultChar>**](PopularityResultChar.md)> | Character popularity per character | [optional]
**per_player_total** | Option<**i64**> | Total number of players for popularity calculation | [optional]
**per_character_total** | Option<**i64**> | Total number of characters for popularity calculation | [optional]
**last_update** | Option<**String**> | Timestamp of the last update | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)