Index: iknow-api/Models/HighSchool.cs
===================================================================
--- iknow-api/Models/HighSchool.cs	(revision ab652ff2cf4420bcf41b4bc55899482afcf8a567)
+++ iknow-api/Models/HighSchool.cs	(revision 1b20b226a74790f84dc06dc488f4f761b510a3f2)
@@ -1,4 +1,2 @@
-﻿using System.ComponentModel.DataAnnotations.Schema;
-
 namespace iknow_api.Models
 {
@@ -7,4 +5,5 @@
         Strucen, Gimnazija
     }
+
     public class HighSchool
     {
@@ -14,5 +13,4 @@
         public int UserId { get; set; }
         public User? User { get; set; }
-        public string? StudyLanguage { get; set; }
     }
 }
