In OQL distinct is possible: https://docs.mendix.com/refguide/oql-select-clause
though i never used it, but it may be worth a try.
Using the list operation “union” is also an option: if you union a list of managers with itself, it creates a list with unique managers.
Does this help?