Currently `pyisby.filters` exports a bunch of `Query` parameter variables. ``` def proposalId def sessionId .... ``` We could prefix these with `query` to be clear what they represent. Or we can assume they are query parameters, and prefix new methods ``` def pathProposalId ... ```