Hi Giuseppe.

Great thanks!

Works fine, great advice. First read I was confused, how I should return it, I tried with "return", after that I understood.
Maybe my code will help somebody.

this.metadataProvider.on('getItems', function(user, response) {
response.success([`${itemName}_${user.userName}`]);
});