diff --git a/GBase/Interfaces/IGBaseTable.cs b/GBase/Interfaces/IGBaseTable.cs
index e63bc30..1fa97ca 100644
--- a/GBase/Interfaces/IGBaseTable.cs
+++ b/GBase/Interfaces/IGBaseTable.cs
@@ -3,6 +3,7 @@
// Copyright(c) 2020 SimonG. All Rights Reserved.
using System;
+using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
@@ -18,6 +19,10 @@ namespace GBase.Interfaces
///
string Name { get; }
+ ///
+ /// The s of this
+ ///
+ List Entries { get; }
///
/// Initialize this