#pragma once struct ViewTootTypes { bool includePublic = true; bool includeUnlisted = true; bool includePrivate = true; bool includeDirect = true; bool onlyWithAttachment = false; };