I believe it's related to this discussion point
Current workaround is basically showing everyone's tasks/entries in the archive. Which kind of works, I guess (JK)
let response: [ArchiveProject] = try await supabase
.from("projects")
.select("id,name,icon")
.execute()
.value