V2 identity (.memberships) does not list gifted tiers?

I am really pulling my hair on this one. Apparently gifted tiers are simply ignored when using this api endpoint. Is this normal or am i doing something wrong? I am currently testing this on myself and i have 3 pages i am a free member of (and i get this data) and i was also gifted a few months of someone elses page (which i am also a few months in).

The scope is identity identity.memberships campaigns

params = {
    "include": "memberships",
    "fields[member]": "patron_status,is_free_trial,is_gifted,last_charge_status,campaign_lifetime_support_cents",
}
        
response = requests.get("https://www.patreon.com/api/oauth2/v2/identity", headers=Patreon.getHeader(token), params=params)