5amcode
// Fetches children from a specific block \Notion::block($blockId) ->limit(1) // limit is optional ->children(); ->asCollection();