* Prevent API request for views data for deleted documents Added a conditional statement to check if the document.deletedAt is falsy before making a request to views.list. * Update app/components/Collaborators.js to use isDeleted attribute. Co-authored-by: Tom Moor <tom.moor@gmail.com>