OBJECT
HighlightReel
An ordered list of assets, typically pictures, highlighting features of the model.
link GraphQL Schema definition
- type HighlightReel {
 - #   The identifier for the highlight reel.
 - : ID! 
 - #   A human readable label for the highlight reel.
 - : String! 
 - #   The timestamp the highlight reel was last modified.
 - : DateTime 
 - #   The assets that a visitor may see.
 - : [ReelElement!]! 
 - }