I'm using retrofit library to do API calls for my app. I wrote a seperate function for the API so that it is re usable. The response I'm getting back is a list of the object 'Movies' . But im not able to return the object . What should I do here? I'm using retrofit library to do API calls for