@@ -85,6 +85,7 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
public List<string> syllabusIds { get; set; } = new List<string>();
public List<VolumeAuth> auth { get; set; } = new List<VolumeAuth>();
+ public int order { get; set; }
}
public class VolumeAuth {