diff --git a/src/Perspex.Base/Collections/IPerspexList.cs b/src/Perspex.Base/Collections/IPerspexList.cs
index 90278a6044..c680affdc9 100644
--- a/src/Perspex.Base/Collections/IPerspexList.cs
+++ b/src/Perspex.Base/Collections/IPerspexList.cs
@@ -11,6 +11,11 @@ namespace Perspex.Collections
/// The type of the items in the list.
public interface IPerspexList : IList, IPerspexReadOnlyList
{
+ ///
+ /// Gets the number of items in the list.
+ ///
+ new int Count { get; }
+
///
/// Adds multiple items to the collection.
///