Web IDE: Remove properties `branchId`, `projectId` and `url` from the file object
What does this MR do?
In the Web IDE only a single project can be opened at a time, so projectId and branchId aren't needed on a file. Also those properties were used to derive the url property, which is now turned into a getter.
References
Edited by Himanshu Kapoor