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;
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;