---
title: "Team"
---

A small team, by design. Every consultation is physician-led, and everyone you meet — coordinator, nurse, aesthetician — works for the same philosophy of restraint.


```ld+json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@context": "https://schema.org",
            "@type": "ItemList",
            "name": "Team",
            "url": "https://santabarbarafaceandbody.com/team/",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "url": "https://santabarbarafaceandbody.com/physicians/alain-polynice-md-facs/",
                    "item": {
                        "@type": "Physician",
                        "name": "Alain Polynice, MD, FACS"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "url": "https://santabarbarafaceandbody.com/physicians/allison-pontius-md/",
                    "item": {
                        "@type": "Physician",
                        "name": "Allison Pontius, MD"
                    }
                }
            ]
        },
        {
            "@context": "https://schema.org",
            "@type": "WebPage",
            "url": "https://santabarbarafaceandbody.com/team/",
            "@id": "https://santabarbarafaceandbody.com/team/#webpage",
            "about": [
                {
                    "@type": "MedicalSpecialty",
                    "name": "Plastic Surgery",
                    "sameAs": "https://www.wikidata.org/wiki/Q182442"
                }
            ]
        },
        {
            "@context": "https://schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": {
                        "@id": "https://santabarbarafaceandbody.com/",
                        "@type": "WebSite",
                        "name": "Home"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Team",
                    "item": "https://santabarbarafaceandbody.com/team/"
                }
            ]
        }
    ]
}
```
