factory Links.fromJson(Map<String, dynamic> json) => Links( first: json["first"], last: json["last"], prev: json["prev"], next: json["next"], );