How to find number of related records in Salesforce using Lightning Web Component?
lightning/uiRelatedListApi can be used to find number of related records using Lightning Web Component. Check the sample code below: Sample Code: HTML: <template> <lightning-card> No of Contacts is ....