<!-- Intent: gets the total number of contacts in the contact list with ListCode 123456
	where the EntityName is like Bob.
			
	GET to the following url
	http://api.v4.swiftreach.com/api/ContactLists/Contacts/Search/Count/123456/EntityName/Bob
	-->

<!-- No XML input is required -->

<!-- example return value -->
<int>1</int>