Return softDeleted relation rows

I have a table called “bsService” where I save my created services, that services have some relations like, categories, activities and others. I’m trying to get services where categories was softDeleted, example: service 1 relates to category 1, then I softDeleted category 1, now this service don’t return on findAll even if add ‘withDeleted: true’ on the query.