Future<dynamic> getFilesInfo(String objectType, dynamic objectId) { return apiGet("/api/$objectType/$objectId.files"); }