DocumentEntity

constructor(id: String, title: String, createdAt: Long, lastUpdatedAt: Long, userId: String, favorite: Boolean, parentId: String, icon: String? = null)