Removed total children count (#63)

This commit is contained in:
Jedd Morgan
2024-08-08 08:29:06 +01:00
committed by GitHub
parent 6d54be55db
commit 0b240f0752
-7
View File
@@ -3,7 +3,6 @@ using System.Collections;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Text.RegularExpressions;
using Speckle.Core.Api;
using Speckle.Core.Common;
using Speckle.Core.Helpers;
using Speckle.Core.Kits;
@@ -40,12 +39,6 @@ public class Base : DynamicBase
#nullable enable //Starting nullability syntax here so that `id` null oblivious,
/// <summary>
/// This property will only be populated if the object is retreieved from storage. Use <see cref="GetTotalChildrenCount"/> otherwise.
/// </summary>
[SchemaIgnore]
public virtual long totalChildrenCount { get; set; }
/// <summary>
/// Secondary, ideally host application driven, object identifier.
/// </summary>