Index: iknow-api/Models/User.cs
===================================================================
--- iknow-api/Models/User.cs	(revision 4f5d8fdae48e097a6cc42e10b01f7775709e818d)
+++ iknow-api/Models/User.cs	(revision c0256f3dcd8ffab0b33214bc3b52859d8707827b)
@@ -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; }
+
     }
 }
