Limits amount of terms displayed? Is it possible?

As per the wordpress documentention, you can limit the showing terms by number.
https://developer.wordpress.org/reference/functions/get_terms/

$limit_terms = get_terms( 'Cast', array(
        'orderby'    => 'count',
        'hide_empty' => 0,
        'number' => 50

    ) );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)