Accessing a user's followed deals, org, people, users

Is there any plans to add a API endpoint to retrieve a user’s follows? i.e.

GET /users/{id}/follows/

…or by object type?

GET /users/{id}/followsDeals/

I’m sure you saw the endpoints
/users/{id}/followers
/deals/{id}/followers
/…/{id}/followers

But as of right now, there’s no set plans to add the vice versa of Following - something to think about for now and look into further.