Is it possible to get a default meta field like the post type page's Featured Image (key: _thumbnail_id) to show its thumbnail version in the admin columns without modifying how the existing meta field works? If so, what would the code look like? I was able to get the key _wp_page_template to work using the type 'text', but using the type 'single_image' or other types did not work.