Find with user id in the controller

Check that owner is indeed not the same user
After that You cam try this one

const { filters } = ctx.query || {};
filters.owner = {$eq: user.id};

ctx.query.filters = filters;