Open
Description
Description
The getter automatically generated by the mapping has a bug.
Environment
Remix 0.8.29
Steps to Reproduce
When I use " mapping(address => uint256[]) public holderCertificates;",the getters automatically generated by the mapping do not support getting arrays by address.

I have to manually construct the getter to retrieve the data.
