OBJECT
type NotificationModel {code: String createdAt: LocalDateTime createdBy: String id: Long message: [String] read: Boolean user: Long username: String }