From 0b240f0752b4313b064f56058d092bb8ee501bb8 Mon Sep 17 00:00:00 2001
From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Date: Thu, 8 Aug 2024 08:29:06 +0100
Subject: [PATCH] Removed total children count (#63)
---
src/Speckle.Core/Models/Base.cs | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/Speckle.Core/Models/Base.cs b/src/Speckle.Core/Models/Base.cs
index f589f5eb..d9f99cd0 100644
--- a/src/Speckle.Core/Models/Base.cs
+++ b/src/Speckle.Core/Models/Base.cs
@@ -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,
- ///
- /// This property will only be populated if the object is retreieved from storage. Use otherwise.
- ///
- [SchemaIgnore]
- public virtual long totalChildrenCount { get; set; }
-
///
/// Secondary, ideally host application driven, object identifier.
///