Ember Data - Pagination with X- headers

Is there an easy way to access the response headers with Ember.Data using store.find, instead of using the meta property, e.g.:

  "X-Per-Page": "15",
  "X-Total": "32",
  "Access-Control-Expose-Headers": "X-Page, X-Per-Page, X-Total, X-Total-Pages",
  "X-Total-Pages": "3",
  "X-Page": "1"