Page.fromJson(Map<String, dynamic> json) { current = json['current']; total = json['total']; size = json['size']; resultSize = json['result_size']; }