I'm trying to make a simple request to the Pages Library of my subsite. Here is the request Url:".../_api/web/lists/getByTitle('Pages')/items?$select=Id,File/Name&$expand=File&$filter=File/Name eq 'test.aspx'
every time I get an error saying that the "File" column doesn't exist. What I'm trying to do is filter the pages returned based on the page name. Any ideas on how to fix what I'm trying to do?