Future<BaseModel?> getItem(int id) async { final response = await get('$itemUrl/$id/'); return response.body; }