suspend fun getDoubtStats(userId: String): ResultWrapper<Response<DoubtStats>> {
        return safeApiCall { CBOnlineLib.api.doubtStats(userId) }
    }