I have a Service class with getAllStudentCustom method

and I use it

It working correctly
then
I have a Custom Controller class with getAllStudent method
it use getAllStudentCustom in Service class inside

and I use it

I can’t get all of my student like use standalone Service API
How I can fix it ?