Add adapter for notification counts
This commit is contained in:
parent
7e258282a2
commit
be0437b715
|
@ -64,6 +64,7 @@ data class Notification(
|
|||
val counts: Counts = Counts()
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class Counts(
|
||||
val unread: Int = 0
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue