No quantity_received for returns query

Hi @kolbykskk!
Those fields are not currently available at a line item level, but at a return level, this is:

query {
  return(id: "1475258") {
    request_id
    complexity
    data {
      id
      legacy_id
      total_items_expected
      total_items_received
      total_items_restocked
      line_items {
        quantity
      }
    }
  }
}

Would that work for you?
If not I could create a Feature Request for this to be added.
Let me know if that would work for you.
Thanks in advance!
Tom