user() ->fans() ->latest('id') ->simplePaginate($perPage); $fans->load('userInfo'); return FanResource::collection($fans); } }