I'm building an interface where I see a list of items. As an admin, I see everyone's items. This clutters up the drag and drop Pages interface. This is the query I use to list items:
sort(find('Item'), 'due')
How do I limit this to just the logged in user's items?