Can't fetch author custom field in Bricks

Hi,
I created a custom field with this code

function custom_author_fields($contactmethods) {
    $contactmethods['author_cargo'] = 'Cargo';
    return $contactmethods;
}
add_filter('user_contactmethods', 'custom_author_fields');

Works alright in wordpress backend, I can enter the author “cargo” info in his user panal. But the field is not recognized in Bricks. Do you know what could be happening?

Thanks

Team, I’d appreciate if you can tell me if this is the supposed behaviour and what do I need to do to show this field in Bricks Editor. Thank you

found I could use BIO field for the purpose…please disregard topic