{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lst-dynamic-related-list-mobile",
            "Represents the mobile-specific implementation of the dynamic related list component",
            "Uses the resolved fields implementation for mobile-specific rendering",
            "Handles mobile-specific UI layout and touch interactions"
        ]
    },
    "selector": {
        "css": "lst-dynamic-related-list-mobile"
    },
    "root": true,
    "shadow": {
        "elements": [
            {
                "type": "utam-lists/pageObjects/dynamicRelatedListWithResolvedFields",
                "name": "dynamicRelatedListWithResolvedFields",
                "public": true,
                "nullable": true,
                "selector": {
                    "css": "lst-dynamic-related-list-with-resolved-fields"
                }
            },
            {
                "type": "utam-lightning/pageObjects/button",
                "name": "showMoreButton",
                "public": true,
                "nullable": true,
                "selector": {
                    "css": "lightning-button"
                }
            }
        ]
    }
}