Adding a new scope for handling variables at folder level

Hello guys, I’m part of a team who is using big collections, using forks and Pull Requests to be able to do feature branching to test our APIs.

Our collections has been growing through the time and we are handling every request with variables to be able to modify it locally without affecting the whole team, resulting in a very big list of variables in the collection.

Is there any way to handle these variables at folder’s scope? I have read about doing it with a pre-request script but this solution doesn’t fit very well for us because we want to continue using the feature of having an initial value and a local value for every variable.

Is this feature planned for next Postman releases?

Thanks a lot!
A big fan of Postman