data class GetSelfClientsPageItems(val accountNo: Long? = null, val activationDate: LocalDate? = null, val active: Boolean? = null, val displayName: String? = null, val fullname: String? = null, val id: Int? = null, val officeId: Int? = null, val officeName: String? = null, val status: GetSelfClientsStatus? = null)