Answer please. Do I understand correctly that when processing related collections, database mechanisms are used, and in fact there are no calls to strapi methods for the dependent collection? As a result lifecycle hooks don’t work. Example: calling /api/dependent_collection invokes the lifecycle hook beforeFindMany on dependent_collection, but calling /api/main_collection?populate=* does not invokes the lifecycle hook beforeFindMany being called on dependent_collection. Relationship main with dependent
belongs to many.