2 services in 1 collection

System Information
  • Strapi Version: 3.1.1
  • Operating System: Window
  • Database: PostgreSQL
  • Node Version: 12.16.3
  • NPM Version: 6.14.4
  • Yarn Version: 1.22.5

Is it possible to create 2 services into one collection?

Let me put a dummy example for it:

Collection “teams”
— Controllers
---- team.js


— Services
---- team.football.js
---- team.baskteball.js

or

— Controllers
---- team.js


— Services
---- team.js
---- team.baskteball.js

I think it’s not possible but want to confirm it and share my thoughts.