public async Task <T[]> GetByMalIdSet(int[] malIds) => GetItems(await ApiQueries.GetByMALIds(ApiUtils.APIGetByMalIdsVariables(malIds)));