Index: iknow-api/Models/Documents.cs
===================================================================
--- iknow-api/Models/Documents.cs	(revision 5e22720514d34c5207a2255562b90edb4134d220)
+++ iknow-api/Models/Documents.cs	(revision ab652ff2cf4420bcf41b4bc55899482afcf8a567)
@@ -4,7 +4,7 @@
     {
         public int Id { get; set; }
-        public string? name { get; set; }
-        public string? body { get; set; }
-        public int cost { get; set; }
+        public string? Name { get; set; }
+        public string? Body { get; set; }
+        public int Cost { get; set; }
         public ICollection<UserDocuments>? User { get; set; }
     }
