Index: iknow-api/Models/Documents.cs
===================================================================
--- iknow-api/Models/Documents.cs	(revision a92a2a413484ff7d4eb9ff6632fcabdffe2b36f4)
+++ iknow-api/Models/Documents.cs	(revision 33c69d6e6096b3f8bcc1428ef0cedb8ded41b5c2)
@@ -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; }
     }
