In my http request to SharePoint block, I want to show the file size field as the image above, however I can t really find what should be the name of it. I have tried something like $select=FileSize but it doesn t seems to work.
My current Uri: _api/Web/Lists/GetByTitle( )} )/Items?$select=*,FileLeafRef,FileDirRef,FileSize&$filter=FSObjType eq 1
Thanks a lot.