Using together FindFromPublication and publishComposite

I’m building and admin panel and I need to paginate the users but also use publishComposite to get more information about those users…
So I’m using percolate:find-from-publication to solve the pagination problem (I still can’t believe it’s still a problem)
and reywood:publish-composite to publish related data.

Is there a know way to combine the two packages?
Since FindFromPublication.publishComposite doesn’t exist :slight_smile: