MIGRATE DOCKER IMAGE ALONG WITH ITS statistics to another docker org

Hi Docker Gurus!

I am trying to move my docker images from one account to a new organization. For example, I am currently have image knowengdev/samples_clustering_pipeline with several tags. I would like to move all of these tags to knoweng/samples_clustering_pipeline/. I found steps to move image around in this post: https://success.docker.com/article/How_do_I_move_repositories_among_organization_in_Docker_Hub. However, does anyone know a way of preserving the all the statistics (number of pulls) when we move images around?

Any suggestions would be greatly appreciated