For example, we have the class Rating that containsDocumentation Index
Fetch the complete documentation index at: https://docs.quickblox.com/llms.txt
Use this file to discover all available pages before exploring further.
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>.