Map<String, dynamic> toJson() { return { 'data': data.map((file) => file.toJson()).toList(), if (firstId != null) 'first_id': firstId, if (lastId != null) 'last_id': lastId, 'has_more': hasMore, }; }