Future<dynamic> getOne(String id) async { final response = await dio.get('/$entity/$id'); // Corrected return response.data['data']; }