Rest Datasource Headers

Disclaimer: I am new to apollo. I am building datasources to provide data from existing rest services we have. I am using the provided RESTDataSource for this purpose. However, our internal rest API provides some important information back to the clients via the headers. I do not see a way to retrieve the headers using the datasource API. It appears to only provide the originating service’s response body back. Any help is greatly appreciated!