Gets reports created by a specific user
Future<List<Report>> getReportsByUser(String userId) async { return await _reportService.getReportsByUser(userId); }