Is there a way to only get "active_patron" from campaigns/{campaign_id}/members

Hello,

maybe I am blind but I don’t find a way to only get the active_patron from campaigns/{campaign_id}/members

I know that I can just filter them by my own, but I want to prevent that I have to loop over the pagination way more than I would need with getting only the active patreons.

  1. Also, I tried to ?include user in this call with fields[user]=social_connections but sadly this does not work, so I need to call the members endpoint for every user too… Is there a way to have social_connections on the campaigns call to no have to loop over every user?