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