I love the include query string parameters but how can I do the same for columns?
Example:
?include=item,item.sub,item.othersub&columns=item.othersub.business_name&item.sub.contact_name
Is there a efficient way of doing this? My colleague is pestering me.