Index: iknow-api/Models/User.cs
===================================================================
--- iknow-api/Models/User.cs	(revision 5eb784799acea35b5d5c9141ea54699741bc3d71)
+++ iknow-api/Models/User.cs	(revision e423ff3504833ceb777b0ce7d95cdd29effecfed)
@@ -21,4 +21,8 @@
         public DateTime CreatedAt { get; set; }
         public UserRole Role { get; set; }
+        public HighSchool? HighSchool { get; set; }
+        public ContactInfo? ContactInfo { get; set; }
+        public EnrollmentInfo? EnrollmentInfo { get; set; }
+
     }
 }
