currentActivityModeHashes property
If the user is in an activity, this will be the hashes of the DestinyActivityModeDefinition being played. Combine with currentActivityHash to give a person a full picture of what they're doing right now.
Implementation
@JsonKey(name:'currentActivityModeHashes')
List<int>? currentActivityModeHashes;