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