getBookmarksCount

abstract suspend fun getBookmarksCount(): Result<BookmarksCount, Error>

Fetches a count of all bookmark instances if successful.

Return

Result.Success with the com.quickplay.vstb7.platform.model.SingleDataResponse containing BookmarksCount object if the Bookmark Microservice call is successful or Result.Failure with Error object otherwise.