Is there a way to set default params for current relation? I want to be able not to include these kind of lines ``` .with_base_path('users') .add_params(expand: 'account,account_details') ``` everywhere in current relation...