AttributeError: 'property' object has no attribute 'admin_order_field'

I want to be able to define a property in a Model that can also be displayed AND sort using admin_order_field in the 'list_display' Admin property. Below is the code for a property that I wanted to