Doubt in Unordered Map

What is the difference betweeen unordered_map<string, pair<string,int>> m and unordered _map<string, list<pair<int,int>>> l ??
if possible please post a figure so that I can visualize better.