Strapi transfer from local to remote content types not moving

System Information
  • Strapi Version: 4.13.6
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

I was trying transfer from my local to remote I used below command

strapi transfer --to https://my-remote-strapi-instance/admin --exclude files

under entities it doesnot show the content types which I do have in my local

does that command intend to transfer only the contents? if I want to create any collection type on prod environment how it should be done? (ex: creating collection type on dev environment then transfer or copy to prod)