Often applications will need to declare default exposures both globally for the application and at the controller level. Possible API for controllers: ```ruby before_action :expose_scope; jsonapi_expose scope: current_user; end ```