UserCount

@Serializable
data class UserCount(val websites: Int)

A nested data class to represent the _count object in the User model.

Constructors

Link copied to clipboard
constructor(websites: Int)

Properties

Link copied to clipboard

The number of websites the user has access to.