public function get_elements( $args = array() ) {
        if ( empty( $this->id ) ) {
            return $this->manager->get_child_manager( 'elements' )->get_collection( array(), 0, 'objects' );
        }