There is a robot on an m x n grid. The robot is initially at the top-left corner (0, 0) and wants to move to the bottom-right corner (m - 1, n - 1). The robot can only move down or right. Return the number of possible unique paths.