I am trying to access data of a mapping that is inside a struct (once I have binded to a contract and called this). When calling something like "mycontract.contractStruct", all the other types of data are available (bool, int etc...), but not the mapping. See discord reference: https://discordapp.com/channels/438038660412342282/438070183794573313/777877819836858429 <img width="718" alt="Screenshot 2020-11-16 at 15 40 30" src="https://user-images.githubusercontent.com/20556729/99259002-10282e80-2822-11eb-9cda-30005021dd24.png"> 