API ReferenceEnumsTrashedOn this pageTrashedSpecify if you want to include or exclude trashed results from a query.enum Trashed { ONLY WITH WITHOUT}ValuesONLYOnly return trashed results.WITHReturn both trashed and non-trashed results.WITHOUTOnly return non-trashed results.