Call two js file in editviewdefs.php

Hello, I would like to ask if it is possible to call 2 js file on editviewdefs.php? Please check my sample code below:

'includes' => 
      array (
        0 => 
        array (
          'file' => 'modules/Accounts/Account.js',
        ),
        1 =>
        array (
          'file' => 'custom/modules/Accounts/CustomAccount.js',
        ),

@waraikobuot

Your code is correct for SuiteCRM 7. This will work.

Thank you sir for your feed <3