getAllCount

abstract suspend fun getAllCount(userId: UUID): Long

Retrieves the total count of plans for a given user.

Return

The total count of plans for the specified user.

Parameters

userId

The ID of the user whose plan count is to be retrieved.