dingo API 一个接口如何返回多组数据

幻灯接口 api/slides
return $this->response->collection(Slide::all(), new SlideTransformer());

广告接口 api/ads
return $this->response->collection(Ad::all(), new AdTransformer());

首页接口 api/index
为了减少请求数,我想把这两个transformer的数据放到一个index接口里返回,该如何操作?

axhello
修改的评论也不能少于六个字哦!