Index: iknow-api/Models/User.cs
===================================================================
--- iknow-api/Models/User.cs	(revision 5eb784799acea35b5d5c9141ea54699741bc3d71)
+++ iknow-api/Models/User.cs	(revision 1d32d5c709a0db132310c19d72daab46d632ce10)
@@ -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; }
+
     }
 }
