score, review, and comment fields. We also have a Movie class. So we can create a record of class Rating that will point to the record of the class Movie via its _parent_id field, so the _parent_id field will contain the ID of record from class Movie.
If you need to retrieve all children, you can retrieve records with the filter
_parent_id=<id_of_parent_class_record>.