Wants list Entity

<wantsList>
    <idWantsList /> // Wants list's ID
    <game>          // Game entity
        <idGame />
        <name />
    </game>
    <name />        // Name of the wants list
    <itemCount />   // Number of different items on the wants list
</wantsList>

See also: Game Entity

Example

<wantsList>
    <idWantsList>111209</idWantsList>
    <game>
        <idGame>1</idGame>
        <name>Magic the Gathering</name>
    </game>
    <name>bidoao</name>
    <itemCount>1</itemCount>
</wantsList>
<wantsList>
    <idWantsList>111212</idWantsList>
    <game>
        <idGame>1</idGame>
        <name>Magic the Gathering</name>
    </game>
    <name>mkm1</name>
    <itemCount>21</itemCount>
</wantsList>