Index: ChapterX.API/Controllers/NotificationsController.cs
===================================================================
--- ChapterX.API/Controllers/NotificationsController.cs	(revision 73b69b22fa1e9888b8530a66db4a150efb8f52bc)
+++ ChapterX.API/Controllers/NotificationsController.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -35,5 +35,6 @@
                 isRead = n.IsRead,
                 createdAt = n.CreatedAt,
-                type = n.Type ?? "info",
+                contentType = n.ContentType,
+                storyId = n.StoryId,
                 link = n.Link,
             });
