const factory UserMediaResponse({@JsonKey(name: 'next_page') String? nextPage, required List<MediaView> media}) = _UserMediaResponse;