Is it possible to do something like this? ``` def action expose Team.find(params[:id]), include: :players.offensive end ```