BookmarksCount

@JsonClass(generateAdapter = true)
data class BookmarksCount(val count: Int = 0)

Data containing a number value that indicates the count of bookmarks for the user.

Constructors

Link copied to clipboard
constructor(count: Int = 0)

Creates BookmarksCount instance

Properties

Link copied to clipboard
val count: Int = 0

bookmarks count for the user.