@override Object toJson() => { if (username.isNotDefault) 'username': username, if (viewCount.isNotDefault) 'viewCount': viewCount.toString(), };