DocumentApi

constructor(id: String = "", title: String = "", userId: String, content: List<StoryStepApi> = emptyList(), createdAt: Long = Clock.System.now().toEpochMilliseconds(), lastUpdatedAt: Long = Clock.System.now().toEpochMilliseconds(), parentId: String)