Nexus3.4.2 couldn't list artifacts in descending order

Hi, as part of our deployment in Rundeck, we are doing curl to get/list the artifacts in the repositories from nexus3.
we are trying to limit the artifact to 25 and sort the version in a descending order. However, limit works fine but the descending is not working:
URL:
https://nexus-lookup.xxx.com/v2/search?sort=version&direction=desc&repository=${option.nexus_repository.value}&group=/${option.app_name.value}/${option.bucket_name.value}&limit=25

Our artifacte versions are 0.1.10, 0.1.11, …