DocumentInfo
data class DocumentInfo(val id: String = GenerateId.generate(), val title: String = "", val createdAt: Instant, val lastUpdatedAt: Instant, val lastSyncedAt: Instant?, val isLocked: Boolean, val parentId: String = "root", val icon: MenuItem.Icon? = null, val isFavorite: Boolean, val userId: String, val companyId: String?)
Dto class to keep information about the document