Map<String, dynamic> toJson() => { 'viewCount': viewCount, 'likeCount': likeCount, 'favoriteCount': favoriteCount, 'commentCount': commentCount, };