Builder with default options & other functional performance changes
- Removed the hard coded default filters & sort options from the query string
- Added user specific default options from the middleware which will go in all the request
- Changed Sort & Limit query variables to match mongoose functions
- Other performance changes