Custom service query does not return nested components

System Information
  • Strapi Version: 3.5.1
  • Operating System: macos
  • Database: mysql
  • Node Version: 14
  • NPM Version:
  • Yarn Version:

Collection A has relations to one collection B and multiple collection C.

Collection C has repeatable components X & Y.

When making a query to see all A, I only get an ID for B. So I modified the /services/A.js file to include B in the response.

Once I do that, the repeatable components for C no longer show. I tried adding them into the query in /services/A.js, but still nothing.