countByTenantId

@Query(value = "SELECT COUNT(c) FROM Contact c WHERE c.tenantId = :tenantId AND c.deletedAt IS NULL")
abstract fun countByTenantId(tenantId: String): Long(source)