I want ability to specify label for row in attrubtes_table like for index column headers. E.g.: ``` ruby show do attributes_table do row :name row "Student", :user end end ``` As I understand from code it's impossible right now