DocumentApi
constructor(id: String = "", title: String = "", userId: String, content: List<StoryStepApi> = emptyList(), createdAt: Long = Clock.System.now().toEpochMilliseconds(), lastUpdatedAt: Long = Clock.System.now().toEpochMilliseconds(), isFavorite: Boolean = false, lastSyncedAt: Long? = null, parentId: String? = null, isLocked: Boolean = false, icon: IconApi? = null, deleted: Boolean = false)