A variation of http://www.laravel-tricks.com/tricks/column-selection-in-eager-loading
Credits: http://stackoverflow.com/questions/16994253/laravel-eager-loading-load-only-specific-columns
Warning: this trick does not work on many-to-many relations, see:
https://github.com/laravel/framework/issues/2966