diff --git a/compass/utils/models/DataPoint.ts b/compass/utils/models/DataPoint.ts
index 5fd69d3..b7dcacb 100644
--- a/compass/utils/models/DataPoint.ts
+++ b/compass/utils/models/DataPoint.ts
@@ -1,3 +1,6 @@
+/**
+ * Represents metadata of the Resource, Service, and User models to be used in a table
+ */
 interface DataPoint {
     id: number;
     visible: boolean;