Hi, I use retrofit to call an api and parse data from the response, and in the actual response I am missing an object that I have in the response data class. After the call, I get a null in the response object for the missing object that has a default value. Can anybody tell me if I use default values why i get null as response?