Hi, The current implementation of Auth0 Clients API supports the `description` field in json schema https://auth0.com/docs/api/management/v2#!/Clients/get_clients, when it seems to be lost in the `Client` object https://github.com/auth0/auth0-java/blob/master/src/main/java/com/auth0/json/mgmt/client/Client.java Would be nice to have Java API be aligned with REST and support the description field in that library. Thanks, Roman