I have a feature class of cemetery headstones that I am trying to join to a standalone table which lists the information on the family members buried for that specific headstone. I need a one-to-many relationship that will ultimately be published out to a webapp for users to click on the single headstone and see the information on the family members buried in that plot. A join is one-to-one. How do I make this a one to many for end users in a webapp?