RestApi - How to get items in Stock Reconciliation Doc

I am using frappe client to access erpnext. The problem is I only get “difference amount” in api response when I request Stock Reconciliation list using following type of code. The same issue is with Stock Entry (just the outgoing value not the item wise detail)

conn.get_list('Stock Reconciliation')

Is there any want to get the item wise detail in stock reconciliation doc.