#pragma once struct ViewStatusTypes { bool includePublic = true; bool includeUnlisted = true; bool includePrivate = true; bool includeDirect = true; bool onlyWithAttachment = false; }; enum StatusType { PUBLIC, UNLISTED, PRIVATE, DIRECT };