The Contact model extends from the base Adldap\Models\Model class and contains no specific methods / attributes that are limited to it.
Adldap\Models\Model
// Adldap\Models\Contact $contact = $provider->make()->contact([ 'cn' => 'Suzy Doe', ]);