xxxxxxxxxx
// suppose the scope is active() just use newQuery before the scope call
// this way psaml will know that needs to a new query. without newQuery(),
// psaml will assume that the model was already retrieved.
this->expense_category
->newQuery()
->active()
->get(['uuid', 'name'])