Future<String> getDescription() async { final res = await getRelease(); if (res == null) return ''; return res.description; }