count

abstract suspend fun count(search: Search): Long

Returns the total count of entities available for the given Search.

Return

The total number of matching resources.

Parameters

search

The search criteria to apply.