stepObjectives property
A step can have multiple objectives. This will give you the progress for each objective in the current step, in the order in which they are rendered in-game.
Implementation
@JsonKey(name:'stepObjectives')
List<DestinyObjectiveProgress>? stepObjectives;