Future<Guild> get(String guildId, {bool withCounts = false}) { var endpoint = '/guilds/$guildId'; return _http.request(endpoint, converter: Guild.fromJson); }