Hi there,
It looks like you are doing custom ordering of the fields in main_order=”image,company,title”
The order attributes are actually a ‘show’ attribute as well. Meaning that because you haven’t included the name within the main_order, it won’t show up.
So you just have to add the name like so: main_order=”name,image,company,title”
Hope that helps and if you need anything else, please reach out.