Plural model name, endpoints, upload ref model confusion

System Information
  • Strapi Version: 3.6.8
  • Operating System: Debian/Linux
  • Database: MySQL
  • Node Version: v14.18.0
  • NPM Version: 7.24.1
  • Yarn Version: None

How can I remove plurals from collection types column on the menu?

I was confusing the plural ones with my ‘real’ model name so instead of ‘document’, I put ‘ref’:‘documents’ so it returned 500. It was quite confusing cause all the common endpoints have plural name as well.
Can we automatically pluralize the model name after creation so no more confusion? I’m manually pluralizing all models’ names.