Changes
4 changed files (+0/-12)
-
-
@@ -214,9 +214,6 @@ func (c *Collection) Count() uint {if c == nil { return 0 } if c.TotalItems > 0 { return c.TotalItems } return uint(len(c.Items)) }
-
-
-
@@ -163,9 +163,6 @@ func (c *CollectionPage) Count() uint {if c == nil { return 0 } if c.TotalItems > 0 { return c.TotalItems } return uint(len(c.Items)) }
-
-
-
@@ -217,9 +217,6 @@ func (o *OrderedCollection) Count() uint {if o == nil { return 0 } if o.TotalItems > 0 { return o.TotalItems } return uint(len(o.OrderedItems)) }
-
-
-
@@ -166,9 +166,6 @@ func (o *OrderedCollectionPage) Count() uint {if o == nil { return 0 } if o.TotalItems > 0 { return o.TotalItems } return uint(len(o.OrderedItems)) }
-