contract test { mapping(address owner => mapping(address spender => bytes32[] notes)) names; } // ----