diff --git a/src/Speckle.Core/Models/Instances/InstanceDefinitionProxy.cs b/src/Speckle.Core/Models/Instances/InstanceDefinitionProxy.cs index e6831d26..fc974bfd 100644 --- a/src/Speckle.Core/Models/Instances/InstanceDefinitionProxy.cs +++ b/src/Speckle.Core/Models/Instances/InstanceDefinitionProxy.cs @@ -11,4 +11,6 @@ public class InstanceDefinitionProxy : Base, IInstanceComponent public List Objects { get; set; } // source app application ids for the objects public int MaxDepth { get; set; } + + public string Name { get; set; } }