Get response contentLength from ApolloResponse

Hi,
I am working on loggin my network request which i make through apollo graphql client. I am trying to log following data : response.protocol, response.contentLength, response . I can get request contentLenght and response status code but dont see response protocol or contentLength. Is there any way to get it through apollo request/response?