Hi there!
The item column was removed because it was a performance bottleneck — without this, the loading time is greatly improved. If you really want to add this back, then you can use this code: https://gist.github.com/rynaldos/4d193083e0ca7bb187d361deae837f04
This custom code should be added to your child theme’s functions.php
file or via a plugin that allows custom functions to be added – such as My Custom Functions or Code Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php
file as this will be wiped entirely when you update.
Cheers!