I'm trying to access response headers using axios. but some reason I cant get the entire response details.is there a way I can access X-Pagination-Total-Items in response headers
here a console log of what I'm getting
and here is what is present in my response headers
I want to access X-Pagination-Total-Items. how can I do it ?