Hi!
It would be great to have the possibility to override more methods of the tool, essentially in Model.
This will require changing their visibility from private to protected.
For example, I would like to override the get method for Models and builders where I don't have pagination, but the query of the builder is a private attribute.