As the title indicates I have an issues with go swagger producing a client with different types than what I have in my original code. I have a project where I generate specs and a client which can be seen [here](https://github.com/dhis2-sre/im-users/blob/master/Makefile#L45). The output can be found [here](https://github.com/dhis2-sre/im-users/tree/master/swagger). My issue is seen several places but [here](https://github.com/dhis2-sre/im-users/blob/master/swagger/client/models/dto_cluster_configuration.go#L27) is an example of a byte array turning into an int64 array. The original can be found [here](https://github.com/dhis2-sre/im-users/blob/master/pkg/model/dto/group.go#L16). How can I prevent this? Or otherwise deal with this issue? # Environment ## Swagger version version: v0.28.0 commit: 48a66e4bdbcde02c8c6c95ff9a08f64fe40b1b50 ## go version go version go1.16.8 linux/amd64 ## OS Fedora and Alpine