const factory Engagement( /// View count. int viewCount, /// Like count. int? likeCount, /// Dislike count. int? dislikeCount, ) = _Engagement;